#select-business-travel-hotel-stays,
#select-business-travel-short-haul-flight,
#select-business-travel-medium-haul-flight,
#select-business-travel-long-haul-flight,
#select-business-travel-national-rail-frequency,
#select-business-travel-national-rail-distance-per-trip,
#select-business-travel-international-rail-frequency,
#select-business-travel-international-rail-distance-per-trip,
#select-business-travel-taxi-frequency,
#select-business-travel-taxi-distance-per-trip,
.material-number,
.arrow-down,
.distance_01,
.distance_02 {
    background: url("https://thegreenprojects.org/wp-content/themes/Divi-child/public/image/arrow_down_small.png") left no-repeat;
    background-position: right!important;
    cursor: context-menu;
}

.minus_margin {
    margin-left: -20px;
    width: 100%
}

.complement_padding {
    padding-left: 20px!important;
}

#select-number-vehicles,
#total_percent_car,
#total_percent_other_means,
#total_percent_car_business {
    background-color: rgba(250, 166, 39, 0.8);
}

.input_box,
.select-box {
    color: #55677F;
    height: 1.8em;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
    border-radius: 15px 15px 15px 15px;
    border: none !important;
    font-family: Montserrat, Open Sans, Arial, sans-serif;
    background-color: #D6D6D6;
}


/* Chrome, Safari, Edge, Opera */

.input_box::-webkit-outer-spin-button,
.input_box::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/* Firefox */

.input_box {
    -moz-appearance: textfield;
}

#employee_No,
#office_size,
#select-country,
#select-industry,
#other_activity {
    background-color: #fff;
    color: #55677F !important;
    height: 1.8em !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
    border: none !important;
    font-family: Montserrat, Open Sans, Arial, sans-serif;
}

.select-option {
    font-family: Montserrat, Open Sans, Arial, sans-serif;
    background-color: #fff;
    color: #55677F !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
}

#electricity_bill,
#water_bill,
#general_waste,
#recycled_waste {
    background-color: #D6D6D6;
    color: #55677F !important;
    height: 1.8em !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
    border: none !important;
    font-family: Montserrat, Open Sans, Arial, sans-serif;
}

.et_pb_row {
    width: 80%;
    max-width: 1080px;
}

.input_number {
    /* display: inline-block; */
    right: 5px;
    position: Relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input_number:before,
.input_number:after {
    background: white;
    right: -5px;
    width: 25px;
    height: 58%;
    position: absolute;
    pointer-events: none;
}

.input_number:before {
    content: '';
    bottom: 50%;
    background: url("https://thegreenprojects.org/wp-content/themes/Divi-child/public/image/arrow_up_input_number_big.png") no-repeat white;
    background-size: 25px;
    background-position: right!important;
}

.input_number:after {
    content: '';
    top: 50%;
    background: url("https://thegreenprojects.org/wp-content/themes/Divi-child/public/image/arrow_down_input_number_big.png") no-repeat white;
    background-size: 25px;
    background-position: right!important;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}